home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 48
/
MOBICLIC 48.ISO
/
pc
/
DATA
/
DemoAtlas
/
demo.cst
/
00013_Script_attente fin de son et suite
< prev
next >
Wrap
Text File
|
2002-07-23
|
274b
|
18 lines
-- attente fin de son et suite
on exitFrame
if the pauseState=0 then
if soundBusy(3) then
go to the frame
else
niveauSon
end if
end if
end
on mouseUp
if testClic()=1 then
puppetSound 3,0
niveauSon
end if
end mouseUp